Hey, I'm glad I found this topic, probably one of you guys could help me.
I'm loging into a restricted folder using htpasswd/htaccess. Now I access a simple Guestbook, where I want the Username I just use to log in be written in a <input type=text value=???> field (which is part of a cgi-file).
Eventually it would be great to do it like that:
If the htpasswd username is 4 example: "ms2" then it should display in the textfield the Username "Max Smith". Some kina If... then.
Then I could disable the textfield so the user can post only by his real name, according to the htpasswd username he just used.
I'm quite a newbie in that so please explain so that I will understand
Thanks A LOT!!!
Max